Bump SOVERSION from 2 to 3.
authorMo Zhou <lumin@debian.org>
Sun, 22 Oct 2023 21:17:27 +0000 (17:17 -0400)
committerMo Zhou <lumin@debian.org>
Sun, 22 Oct 2023 21:17:27 +0000 (17:17 -0400)
debian/control
debian/libutf8proc2.install [deleted file]
debian/libutf8proc2.symbols [deleted file]
debian/libutf8proc3.install [new file with mode: 0644]
debian/libutf8proc3.symbols [new file with mode: 0644]

index a2b622adb7e5d287a8ce1e01c907c752508e212c..4024dd79a540f4bad589ee95cf545c9b8d524eb2 100644 (file)
@@ -14,7 +14,7 @@ Homepage: https://github.com/JuliaStrings/utf8proc
 Vcs-Git: https://salsa.debian.org/julia-team/utf8proc.git
 Vcs-Browser: https://salsa.debian.org/julia-team/utf8proc
 
-Package: libutf8proc2
+Package: libutf8proc3
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -30,7 +30,7 @@ Package: libutf8proc-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libutf8proc2 (= ${binary:Version}), ${misc:Depends}
+Depends: libutf8proc3 (= ${binary:Version}), ${misc:Depends}
 Description: C library for processing UTF-8 Unicode data (development files)
  utf8proc is a small, clean C library that provides Unicode normalization,
  case-folding, and other operations for data in the UTF-8 encoding, supporting
diff --git a/debian/libutf8proc2.install b/debian/libutf8proc2.install
deleted file mode 100644 (file)
index 3ddde58..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff --git a/debian/libutf8proc2.symbols b/debian/libutf8proc2.symbols
deleted file mode 100644 (file)
index a036d1e..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-libutf8proc.so.2 libutf8proc2 #MINVER#
-* Build-Depends-Package: libutf8proc-dev
- utf8proc_NFC@Base 1.3
- utf8proc_NFD@Base 1.3
- utf8proc_NFKC@Base 1.3
- utf8proc_NFKC_Casefold@Base 2.2
- utf8proc_NFKD@Base 1.3
- utf8proc_category@Base 1.3
- utf8proc_category_string@Base 1.3
- utf8proc_charwidth@Base 1.3
- utf8proc_codepoint_valid@Base 1.3
- utf8proc_decompose@Base 1.3
- utf8proc_decompose_char@Base 1.3
- utf8proc_decompose_custom@Base 2.1
- utf8proc_encode_char@Base 1.3
- utf8proc_errmsg@Base 1.3
- utf8proc_get_property@Base 1.3
- utf8proc_grapheme_break@Base 1.3
- utf8proc_grapheme_break_stateful@Base 2.0
- utf8proc_islower@Base 2.6.0
- utf8proc_isupper@Base 2.6.0
- utf8proc_iterate@Base 1.3
- utf8proc_map@Base 1.3
- utf8proc_map_custom@Base 2.1
- utf8proc_normalize_utf32@Base 2.1
- utf8proc_reencode@Base 1.3
- utf8proc_tolower@Base 1.3
- utf8proc_totitle@Base 2.0
- utf8proc_toupper@Base 1.3
- utf8proc_unicode_version@Base 2.3.0
- utf8proc_utf8class@Base 1.3
- utf8proc_version@Base 1.3
diff --git a/debian/libutf8proc3.install b/debian/libutf8proc3.install
new file mode 100644 (file)
index 0000000..3ddde58
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff --git a/debian/libutf8proc3.symbols b/debian/libutf8proc3.symbols
new file mode 100644 (file)
index 0000000..bb5076c
--- /dev/null
@@ -0,0 +1,31 @@
+libutf8proc.so.3 libutf8proc3 #MINVER#
+ utf8proc_NFC@Base 2.9.0
+ utf8proc_NFD@Base 2.9.0
+ utf8proc_NFKC@Base 2.9.0
+ utf8proc_NFKC_Casefold@Base 2.9.0
+ utf8proc_NFKD@Base 2.9.0
+ utf8proc_category@Base 2.9.0
+ utf8proc_category_string@Base 2.9.0
+ utf8proc_charwidth@Base 2.9.0
+ utf8proc_codepoint_valid@Base 2.9.0
+ utf8proc_decompose@Base 2.9.0
+ utf8proc_decompose_char@Base 2.9.0
+ utf8proc_decompose_custom@Base 2.9.0
+ utf8proc_encode_char@Base 2.9.0
+ utf8proc_errmsg@Base 2.9.0
+ utf8proc_get_property@Base 2.9.0
+ utf8proc_grapheme_break@Base 2.9.0
+ utf8proc_grapheme_break_stateful@Base 2.9.0
+ utf8proc_islower@Base 2.9.0
+ utf8proc_isupper@Base 2.9.0
+ utf8proc_iterate@Base 2.9.0
+ utf8proc_map@Base 2.9.0
+ utf8proc_map_custom@Base 2.9.0
+ utf8proc_normalize_utf32@Base 2.9.0
+ utf8proc_reencode@Base 2.9.0
+ utf8proc_tolower@Base 2.9.0
+ utf8proc_totitle@Base 2.9.0
+ utf8proc_toupper@Base 2.9.0
+ utf8proc_unicode_version@Base 2.9.0
+ utf8proc_utf8class@Base 2.9.0
+ utf8proc_version@Base 2.9.0